home *** CD-ROM | disk | FTP | other *** search
- maxaadepth 4
-
-
- color blue {
- amb <1, 1, 1>
- diff <0, 0, 1>
- }
-
- color white {
- amb <1, 1, 1>
- diff <1, 1, 1>
- }
-
- clouds Sky {
- sky blue
- clouds white
- scale .01
- turb 1.0
- zphase .5
- }
-
- plane {
- loc <0, 25, 0>
- v1 <1, 0, 0>
- v2 <0, 0, 1>
- patt Sky
- }
-
- color green {
- diff <.2, .8, .1>
- }
-
- plane {
- loc <0, 0, 0>
- v1 <1, 0, 0>
- v2 <0, 0, 1>
- patt green
- }
-
- lamp {
- loc <0, 15, 0>
- }
-
- camera {
- loc <20, 5, 20>
- target <0, 5, 0>
- res 128 128
- aspect 1.0
- }
-